1.0.12 • Published 8 years ago
haste-to-yoshi v1.0.12
haste-to-yoshi
A migration script from haste-preset-yoshi back to yoshi
requirements
- Node >= 8.7 is required
nvm use 8installation
npm install -g --engine-strict haste-to-yoshiusage
cd to project directory and run the following:
haste-to-yoshi
rm -rf node_modules package-lock.json
npm installImportant Note!
These are some simple heuristics that will work for most cases, if you use Yoshi in other scripts or you import some of Yoshi's internals to your project, you'll need to change these from haste-preset-yoshi to yoshi accordingly.
`
The heuristics
It will modify three files:
package.json- change dependencies and haste configuration- Change the all occurences of
hastein scripts toyoshi - Remove the
hastefield with{ "preset": "yoshi" }in it - Remove
haste-preset-yoshias a devDependency - Add
yoshito devDependencies
- Change the all occurences of
wallaby.js- change wallaby configuration file path.vscode/launch.json- change debug file path.storybook/webpack.config.js- change storybookwebpack.config.jsfile path
Troubleshooting
maybe it's the lock file? If you have an old
package-lock.jsonfile, please recreate it using the new dependencies, just remove thepackage-lock.jsonfile andnode_modulesdirectory and performnpm install, that will probably solve most problems :).maybe it's your node version? If you've used an old version of node before, just
nvm install && nvm use && npm rebuild.
FAQ
- my webstorm
testcommand isn't working anymore! you've probably used some of yoshi's internals when configuring these commands, you only need to change the following -/node_modules/haste-preset-yoshi/lib/ignore-extensions->/node_modules/yoshi/src/ignore-extensions