You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ webpack-cli
fs.js:120
throw err;
^
Error: ENOENT: no such file or directory, open '/tmp/test-transcrypt-webpack/./__javascript__/webpack_entry.js'
at Object.openSync (fs.js:449:3)
at Object.readFileSync (fs.js:349:35)
at /tmp/test-transcrypt-webpack/node_modules/py-loader/index.js:100:25
at /tmp/test-transcrypt-webpack/node_modules/node-cmd/cmd.js:25:21
at ChildProcess.exithandler (child_process.js:288:7)
at ChildProcess.emit (events.js:197:13)
at maybeClose (internal/child_process.js:978:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Note that we also need to add to our webpack.config.js::
resolve: {
alias: {
'.': path.resolve(__dirname, '__target__')
},
extensions: ['.js', '.py']
}
Hello !
First, I want to personally thank you for making this really cool module !
However, I have some issues running the example, here is my example repo where i reproduced my use case:
Note that transcrypt itself seems pretty happy:
Do you think this is related to TranscryptOrg/Transcrypt#517 ?
Thanks !
The text was updated successfully, but these errors were encountered: