-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fail to install #1
Comments
do you have python3 installed? |
Yes, Here is my webpack config var path = require('path') module.exports = { |
backslash have been removed... |
and my package.json { |
have you gotten virtualenv installed? |
Hello,
Thanks for Javascripthon
I got the following error on install
c:\EXP\jspy>npm install --save-dev javascripthon-loader
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
Finding virtualenv *
(node:16988) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.
Downloading https://files.pythonhosted.org/packages/33/bc/fa0b5347139cd9564f0d44ebd2b147ac97c36b2403943dbee8a25fd74012/virtualenv-16.0.0.tar.gz
Unzipping https://files.pythonhosted.org/packages/33/bc/fa0b5347139cd9564f0d44ebd2b147ac97c36b2403943dbee8a25fd74012/virtualenv-16.0.0.tar.gz
Creating c:\EXP\jspy\node_modules\javascripthon-loader.node-virtualenv
Cleaning c:/EXP/jspy/node_modules/javascripthon-loader/.node-virtualenv/.node-virtualenv-sources
events.js:183
throw er; // Unhandled 'error' event
^
Error: spawn python3 ENOENT
at _errnoException (util.js:992:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall:
virtualenv-postinstall
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\xxx\sxxxx\AppData\Roaming\npm-cache_logs\2018-07-17T06_13_36_886Z-debug.log
The text was updated successfully, but these errors were encountered: