Closed dobromir-hristov closed 6 years ago
I managed to make it work by creating a .balelrc
file with the exact same settings as the one in the config.
The second error with coping the file from windows/Temp to my public folder still persists. But I just did a manual copy because I dont have the nerve to debug that one.
for the second error see notes in #415 - you can specify a different temp directory. Babelrc issue I need to look into...
Ye, setting "temp": "./temp"
in config fixes the second issue.
setting "temp": "./temp" in config fixes the second issue.
Where did you put it?
@Demian87 see here https://github.com/vigetlabs/blendid/issues/415#issuecomment-303145615
Hello. I am getting this error when trying to build. I am using Vue with ES6 code, but I thought babel was transpiling to ES5.
OS: Windows 10 npm: 5.0.3 node: 6.9.1
This is my
task-config.js
I am also getting
Error: EXDEV: cross-device link not permitted, rename
but I can get the files from there, I dont really care.