christianalfoni / webpack-bin

A webpack code sandbox

Home Page:http://www.webpackbin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module not found: Error: Cannot resolve module 'react-tag-input'

prakhar1989 opened this issue · comments

Hi Christian!

Thanks a lot for this excellent app! I was trying to set up a test bin with my personal package react-tag-input but as soon as I hit save, I get the following error in the bin

ERROR: ModuleNotFoundError
Module not found: Error: Cannot resolve module 'react-tag-input' in /api/sandbox/14678070670465704

Any pointers as to where I'm going wrong? Thanks a ton :)

Works for me. Did you add the package through the "configure" modal? You need to type its name to the project dependencies before you can import it.

For some reason it works now. Weird. Thanks a lot =)