We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Windows, the tester cli fails to run ( yarn asctester ) because it cannot find the :
tester
yarn asctester
bootstrap.js
unitttest.ts
C:\Users\maxim\projetsInfo\Blockchain\Massa\jj\node_modules\tester\lib\bootstrap.js Error: Cannot find module 'C:\C:\Users\maxim\projetsInfo\Blockchain\Massa\jj\node_modules\tester\lib\bootstrap.js'
Working well on Mac, not tested on Linux.
The text was updated successfully, but these errors were encountered:
This helped me nodejs/node#37845
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
On Windows, the
tester
cli fails to run (yarn asctester
) because it cannot find the :bootstrap.js
unitttest.ts
The error displays that paths of both file are something like :
C:\Users\maxim\projetsInfo\Blockchain\Massa\jj\node_modules\tester\lib\bootstrap.js
Error: Cannot find module 'C:\C:\Users\maxim\projetsInfo\Blockchain\Massa\jj\node_modules\tester\lib\bootstrap.js'
Working well on Mac, not tested on Linux.
The text was updated successfully, but these errors were encountered: