Alasql: Showing error on npm install with v0.4.7 version

Created on 14 Jul 2018  路  6Comments  路  Source: agershun/alasql

AlaSQL is based on unpaid voluntary work. Thank you for taking the time to make it better.

Programming question?

Something not working as expected?

  • Describe the problem
    Showing error on npm install with v0.4.7
  • Provide code that replicates the problem
    npm WARN enoent ENOENT: no such file or directory, open '/tmp/test/package.json'
    npm WARN test No description
    npm WARN test No repository field.
    npm WARN test No README data
    npm WARN test No license field.
    npm ERR! Linux 4.13.0-45-generic
    npm ERR! argv "/home/jogendra/.nvm/versions/node/v7.10.0/bin/node" "/home/jogendra/.nvm/versions/node/v7.10.0/bin/npm" "install" "alasql@^0.4.0"
    npm ERR! node v7.10.0
    npm ERR! npm v4.2.0
    npm ERR! path /tmp/test/node_modules/alasql/bin/alasql-cli.js
    npm ERR! code ENOENT
    npm ERR! errno -2
    npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/tmp/test/node_modules/alasql/bin/alasql-cli.js'
npm ERR! enoent ENOENT: no such file or directory, chmod '/tmp/test/node_modules/alasql/bin/alasql-cli.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR! /home/jogendra/.npm/_logs/2018-07-14T18_53_09_122Z-debug.log

! Bug Code provided to reproduced Was previously working

All 6 comments

Hmm. Strange.

what if you do the same for version 0.4.6 ?

Its working fine for me on version 0.4.6. Are you able to reproduce ?

Can you please provide the exact command you are running?

npm install alasql@^0.4.0(Please ensure you have clean npm cache and verify version after install)

Thank you for letting us know. I had to publish a new version - so 0.4.8 is out now with the fix.

Thanks You @mathiasrw

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SamanthaAdrichem picture SamanthaAdrichem  路  4Comments

fredt34 picture fredt34  路  5Comments

Serge-SDL picture Serge-SDL  路  4Comments

songokudbz picture songokudbz  路  5Comments

mathiasrw picture mathiasrw  路  5Comments