×
Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
Hello,
I'm trying to explore the node.js path on our iSeries.
After a couple of test we are trying to install the create-react-app
package.
However we are getting an error and the install is doing a rollback.
-bash-4.4$ npm init react-app todolist
npx: installed 63 in 7.294s
Creating a new React app in /home/RODIUSD/node_pj/todolist.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for internal-ip@3.0.1: wanted
{"os":"android,darwin,freebsd,linux,openbsd,sunos,win32","arch":"any"}
(current: {"os":"aix","arch":"ppc64"})
npm ERR! notsup Valid OS:
android,darwin,freebsd,linux,openbsd,sunos,win32
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: aix
npm ERR! notsup Actual Arch: ppc64
npm ERR! A complete log of this run can be found in:
npm ERR! /home/RODIUSD/.npm/_logs/2019-02-21T06_51_13_953Z-debug.log
Aborting installation.
npm install --save --save-exact --loglevel error react react-dom
react-scripts has failed.
Deleting generated file... node_modules
Deleting generated file... package.json
Deleting todolist/ from /home/RODIUSD/node_pj
Done.
-bash-4.4$
Seems one dependency is not able to run on aix.
Has anyone faced this problem already and what would be the solution, if
there is one.
Best regards,
Danny
Follow-Ups :
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page . If you have questions about this, please contact
[javascript protected email address] .
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.