Re: [Rails] No folder under node_modules after install packages with yarn

2019-12-19 Thread fugee ohu
On Thursday, December 19, 2019 at 6:16:49 PM UTC-5, Ariel Juodziukynas wrote: > > Yarn creates the folder on the directory you run that command. Also it's > ok the folder is not inside the packs folder, webpacker creates bundles for > any file inside the packs folder, you shouldn't have files

Re: [Rails] No folder under node_modules after install packages with yarn

2019-12-19 Thread fugee ohu
On Thursday, December 19, 2019 at 6:16:49 PM UTC-5, Ariel Juodziukynas wrote: > > Yarn creates the folder on the directory you run that command. Also it's > ok the folder is not inside the packs folder, webpacker creates bundles for > any file inside the packs folder, you shouldn't have files

Re: [Rails] No folder under node_modules after install packages with yarn

2019-12-19 Thread Ariel Juodziukynas
Yarn creates the folder on the directory you run that command. Also it's ok the folder is not inside the packs folder, webpacker creates bundles for any file inside the packs folder, you shouldn't have files other than the packs/bundles you'll link on your html. El jue., 19 dic. 2019 19:47, 'Jake

Re: [Rails] No folder under node_modules after install packages with yarn

2019-12-19 Thread 'Jake Niemiec' via Ruby on Rails: Talk
node_modules should be in your root folder. (a sibling of ./app) On Thu, Dec 19, 2019 at 4:19 PM fugee ohu wrote: > I ran `yarn add bootstrap` and there's no bootstrap folder created under > app/javascript/packs/node_modules > > -- > You received this message because you are subscribed to the Go

[Rails] No folder under node_modules after install packages with yarn

2019-12-19 Thread fugee ohu
I ran `yarn add bootstrap` and there's no bootstrap folder created under app/javascript/packs/node_modules -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email t