Sergey Petrov
Sergey Petrov
Can't get it to work either.
So, i looked at npm install log in minimeteor container and here's what it says: ``` root@7a3d6826e51e:/# cat /home/user/.npm/_logs/2017-10-30T20_51_06_137Z-debug.log 0 info it worked if it ends with ok 1 verbose...
Found it. It was corrupted package-lock.json.
Still can't get it to work due to node version upgrade. So, I've trying to deploy my current app, that's on Meteor 1.5 and i get this: ``` Errors prevented...
If I understand things right, then it seems that when build.sh runs 'meteor npm install' on line 75, it uses latest meteor node version, which is 8. Then, when build.sh...
So I logged into meteor build container and check how is it going, and here's what I see: ``` root@96cbb3d0cfd0:/home/source# curl "https://install.meteor.com/" | sh root@96cbb3d0cfd0:/home/source# meteor npm -v 5.4.2 root@96cbb3d0cfd0:/home/source#...
So, what I did, is added empty meteor command with release tag, just before doing npm install: ``` meteor --release 1.5.2.2 list meteor npm install ``` in build script. And...
I suppose, I might be lacking some babel plugin, but all was working great on 1.5 :(
I've created demo repository with just clean Meteor 1.6, meteor-css-modules and Babel with env and react presets. Here it is: https://github.com/neoromantic/meteor-cssmodules-1.6 I can't get imported styles to work there either....