Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install in xfe-repo completes with errors #2

Open
rclauberg opened this issue Mar 28, 2017 · 0 comments
Open

npm install in xfe-repo completes with errors #2

rclauberg opened this issue Mar 28, 2017 · 0 comments

Comments

@rclauberg
Copy link

After downloading the XFE files (node.js and npm are installed) and starting "npm install" from the repo I see the following :
/u/cla/xfe/xfe-node-master
-bash-4.1$ npm install

[email protected] prepublish /afs/zurich.ibm.com/u/cla/xfe/xfe-node-master
typings install && gulp build

`-- (No dependencies)

[08:15:42] Using gulpfile /afs/zurich.ibm.com/u/cla/xfe/xfe-node-master/gulpfile.js
[08:15:42] Starting 'compile:typescript'...
app/app.ts(33,1): error TS2304: Cannot find name 'module'.
app/collections.ts(4,26): error TS2307: Cannot find module 'request'.
app/collections.ts(5,23): error TS2307: Cannot find module 'node-uuid'.
app/collections.ts(6,20): error TS2307: Cannot find module 'lodash'.
app/collections.ts(7,21): error TS2307: Cannot find module 'fs'.
app/files.ts(2,26): error TS2307: Cannot find module 'request'.
app/files.ts(3,21): error TS2307: Cannot find module 'fs'.
app/iap.ts(2,26): error TS2307: Cannot find module 'request'.
app/ipr.ts(2,26): error TS2307: Cannot find module 'request'.
app/url.ts(2,26): error TS2307: Cannot find module 'request'.
[08:15:44] TypeScript: 10 semantic errors
[08:15:44] TypeScript: emit succeeded (with errors)
[08:15:44] Finished 'compile:typescript' after 2.42 s
[08:15:44] Starting 'build'...
[08:15:44] Finished 'build' after 11 μs
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
-bash-4.1$

Did I forget something in the installation procedure ?

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. PHP 5.4 on nginx 1.9.1):
  • Server type and version:
  • Operating System and version:
  • Link to your project:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant