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

Couldn't find preset "es2015" relative to directory #3

Closed
dy opened this issue Mar 27, 2017 · 3 comments
Closed

Couldn't find preset "es2015" relative to directory #3

dy opened this issue Mar 27, 2017 · 3 comments
Labels

Comments

@dy
Copy link

dy commented Mar 27, 2017

Hi!
Installed plugin and tried to use, but got

Couldn't find preset "es2015" relative to directory "C:\\projects\\rage-game\\node_modules\\smalltalk" while parsing file: C:\projects\rage-game\node_modules\smalltalk\lib\smalltalk.js

No idea why it does not work by default.

@coderaiser
Copy link
Owner

What are you use for building? Is it webpack? Can you show me config?

@coderaiser
Copy link
Owner

Also you can try:

const smalltalk = require('smalltalk/legacy');

To use transpiled version of smalltalk.

@dy
Copy link
Author

dy commented Mar 28, 2017

I use browserify. Switched to dialogs for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants