spotify-graphql-examples icon indicating copy to clipboard operation
spotify-graphql-examples copied to clipboard

Fix compilation issues

Open charlypoly opened this issue 8 years ago • 2 comments

$ tsc
node_modules/spotify-graphql/lib/resolvers.ts(1,32): error TS2307: Cannot find module './resolvers/album'.
node_modules/spotify-graphql/lib/resolvers.ts(2,33): error TS2307: Cannot find module './resolvers/artist'.
node_modules/spotify-graphql/lib/resolvers.ts(3,35): error TS2307: Cannot find module './resolvers/playlist'.
node_modules/spotify-graphql/lib/resolvers.ts(4,38): error TS2307: Cannot find module './resolvers/privateUser'.
node_modules/spotify-graphql/lib/resolvers.ts(5,37): error TS2307: Cannot find module './resolvers/publicUser'.
node_modules/spotify-graphql/lib/resolvers.ts(6,25): error TS2307: Cannot find module './resolvers/queries'.
node_modules/spotify-graphql/lib/resolvers.ts(7,32): error TS2307: Cannot find module './resolvers/track'.

charlypoly avatar Mar 22 '17 18:03 charlypoly

Any updates on the issue

wmtshailjag avatar Mar 31 '22 13:03 wmtshailjag

The current complete rewrite of the lib is still ongoing but on pause, cf https://github.com/charlypoly/spotify-graphql/issues/79

charlypoly avatar Apr 04 '22 11:04 charlypoly